gdk: Add GdkGLTextureBuilder
authorBenjamin Otte <otte@redhat.com>
Mon, 24 Apr 2023 04:04:26 +0000 (06:04 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 27 Apr 2023 04:40:47 +0000 (06:40 +0200)
commite4f4cfaf14b620ba88db1ecae9a0534c94cfb06b
tree313bf3ee8d545a5e646f4bd1193c0e556abe9124
parent9ae0a3865c36dbbc356807d820fe5af7c66fe1e7
gdk: Add GdkGLTextureBuilder

Building GL textures is complicated, so create an object to make them.

So far, this object just contains the functionality of
gdk_gl_texture_new(), but that will change in the future.
gdk/gdk.h
gdk/gdkgltexturebuilder.c [new file with mode: 0644]
gdk/gdkgltexturebuilder.h [new file with mode: 0644]
gdk/meson.build